{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-migration",
      "artifactVersion": "2021.58.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.aws",
          "org.nuxeo.runtime.cluster",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.kv",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.migration",
          "org.nuxeo.runtime.mongodb",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.pubsub",
          "org.nuxeo.runtime.redis",
          "org.nuxeo.runtime.reload",
          "org.nuxeo.runtime.stream"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "2021.58"
      },
      "bundleId": "org.nuxeo.runtime.migration",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.migration.MigrationServiceImpl",
          "declaredStartOrder": -490,
          "documentation": "\n    The Migration service allows registration and access to migration configurations.\n    A migration configuration contains different states and steps to migrate between these states.\n  \n",
          "documentationHtml": "<p>\nThe Migration service allows registration and access to migration configurations.\nA migration configuration contains different states and steps to migrate between these states.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.migration.MigrationService",
              "descriptors": [
                "org.nuxeo.runtime.migration.MigrationDescriptor"
              ],
              "documentation": "\n      Defines migrations:\n      <code>\n    <migration id=\"my_migration\">\n        <description label=\"my_migration\">My Migration</description>\n        <state id=\"v1\">\n            <description label=\"my_migration.state.v1\">Initial state</description>\n        </state>\n          ... other states ...\n\n          <step\n            fromState=\"v1\" id=\"first\" toState=\"v2\">\n            <description label=\"my_migration.step.first\">First step of the migration, from v1 to v2</description>\n            <class>my.class.Migratorv1v2</class>\n        </step>\n          ... other steps ...\n        </migration>\n</code>\n\n      The migrator class for each step must implement Runnable.\n    \n",
              "documentationHtml": "<p>\nDefines migrations:\n</p><p></p><pre><code>    &lt;migration id&#61;&#34;my_migration&#34;&gt;\n        &lt;description label&#61;&#34;my_migration&#34;&gt;My Migration&lt;/description&gt;\n        &lt;state id&#61;&#34;v1&#34;&gt;\n            &lt;description label&#61;&#34;my_migration.state.v1&#34;&gt;Initial state&lt;/description&gt;\n        &lt;/state&gt;\n          ... other states ...\n\n          &lt;step\n            fromState&#61;&#34;v1&#34; id&#61;&#34;first&#34; toState&#61;&#34;v2&#34;&gt;\n            &lt;description label&#61;&#34;my_migration.step.first&#34;&gt;First step of the migration, from v1 to v2&lt;/description&gt;\n            &lt;class&gt;my.class.Migratorv1v2&lt;/class&gt;\n        &lt;/step&gt;\n          ... other steps ...\n        &lt;/migration&gt;\n</code></pre><p>\nThe migrator class for each step must implement Runnable.\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.migration/org.nuxeo.runtime.migration.MigrationService/ExtensionPoints/org.nuxeo.runtime.migration.MigrationService--configuration",
              "id": "org.nuxeo.runtime.migration.MigrationService--configuration",
              "label": "configuration (org.nuxeo.runtime.migration.MigrationService)",
              "name": "configuration",
              "version": "2021.58.6"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.migration/org.nuxeo.runtime.migration.MigrationService",
          "name": "org.nuxeo.runtime.migration.MigrationService",
          "requirements": [
            "org.nuxeo.runtime.kv.KeyValueService"
          ],
          "resolutionOrder": 829,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.migration.MigrationService",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.migration/org.nuxeo.runtime.migration.MigrationService/Services/org.nuxeo.runtime.migration.MigrationService",
              "id": "org.nuxeo.runtime.migration.MigrationService",
              "overriden": false,
              "version": "2021.58.6"
            }
          ],
          "startOrder": 13,
          "version": "2021.58.6",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.migration.MigrationService\" version=\"1.0\">\n\n  <documentation>\n    The Migration service allows registration and access to migration configurations.\n    A migration configuration contains different states and steps to migrate between these states.\n  </documentation>\n\n  <require>org.nuxeo.runtime.kv.KeyValueService</require>\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.migration.MigrationService\" />\n  </service>\n\n  <implementation class=\"org.nuxeo.runtime.migration.MigrationServiceImpl\" />\n\n  <extension-point name=\"configuration\">\n    <documentation>\n      Defines migrations:\n      <code>\n        <migration id=\"my_migration\">\n          <description label=\"my_migration\">My Migration</description>\n          <state id=\"v1\">\n            <description label=\"my_migration.state.v1\">Initial state</description>\n          </state>\n          ... other states ...\n\n          <step id=\"first\" fromState=\"v1\" toState=\"v2\">\n            <description label=\"my_migration.step.first\">First step of the migration, from v1 to v2</description>\n            <class>my.class.Migratorv1v2</class>\n          </step>\n          ... other steps ...\n        </migration>\n      </code>\n      The migrator class for each step must implement Runnable.\n    </documentation>\n\n    <object class=\"org.nuxeo.runtime.migration.MigrationDescriptor\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/migration-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-migration-2021.58.6.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.migration",
      "id": "org.nuxeo.runtime.migration",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.23\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2021.58.6-t20240806-091017\r\nBundle-SymbolicName: org.nuxeo.runtime.migration\r\nNuxeo-Component: OSGI-INF/migration-service.xml\r\n\r\n",
      "maxResolutionOrder": 829,
      "minResolutionOrder": 829,
      "packages": [],
      "requirements": [],
      "version": "2021.58.6"
    }
  ],
  "creationDate": 1723459723568,
  "key": "Nuxeo Platform-2021.58",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1723459723568,
  "version": "2021.58"
}